home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / CREAT&GO.ZIP;1 / CREATE.BAT next >
Encoding:
DOS Batch File  |  1994-05-28  |  255 b   |  5 lines

  1. :* --Zips your files, moves them to Work\ subdirectory, removes files
  2. :* --after they are zipped.  Displays DIR of anything that might remain.
  3. :* --This file is made to work with the GO.bat file from Don Hancock.
  4. PKZIP -M -EX -rp \CREATE\WORK\%1 *.*
  5.